home *** CD-ROM | disk | FTP | other *** search
- ;Internet Editor Global Variables File V1.0
- ;Lines starting with ; are ignored by the
- ;system.
- ;
- ;Variables are defined as follows:
- ;
- ;variablename=value
- ;
- ;Variable names are case insensitive and
- ;they CANNOT contain spaces.
- ;
- ;To place a variable into an overlay, use
- ;this directive:
- ;
- ;$G$[*variablename*]
- ;
- ;Sample variable declarations follow. Delete
- ;or change them as you wish. Internet Editor
- ;only reads global vars on startup.
- ;
- ;Therefore, you must restart after changing
- ;them. This descriptive text can be deleted
- ;once you are familiar with how to
- ;define global variables.
- ;
- name=Sam Cooke
- phone=555-1221
- company=Music Makers Inc.
- pettype=cat
- address=My address as defined in global variables
-
-
-
-
-
-
-
-
-
-